home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Linux
/
Kubuntu 8.10
/
kubuntu-8.10-desktop-i386.iso
/
casper
/
filesystem.squashfs
/
var
/
lib
/
dpkg
/
info
/
apt.prerm
< prev
next >
Wrap
Text File
|
2008-08-14
|
257b
|
14 lines
#! /bin/sh
if [ "$1" = "upgrade" -o "$1" = "failed-upgrade" ] &&
dpkg --compare-versions "$2" "<<" 0.4.10
then
if [ ! -d /var/state/apt/ ]; then
ln -s /var/lib/apt /var/state/apt
touch /var/lib/apt/lists/partial/.delete-me-later
fi
fi